projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f57bd5d
)
Add icon for 'unknown' caches.
author
robertl
<robertl>
Fri, 12 Mar 2004 17:41:27 +0000
(17:41 +0000)
committer
robertl
<robertl>
Fri, 12 Mar 2004 17:41:27 +0000
(17:41 +0000)
garmin_tables.h
patch
|
blob
|
history
diff --git
a/garmin_tables.h
b/garmin_tables.h
index eb471fd11aa719b9a31e0a0dd4dc98bd37bfce10..3b80467bc96d9c9c05b3b3752ce2ca404f426b3f 100644
(file)
--- a/
garmin_tables.h
+++ b/
garmin_tables.h
@@
-181,5
+181,6
@@
static icon_mapping_t icon_table[] = {
{ 92, 8227, "Micro-Cache" }, /* icon for "Toll Booth" */
{ 48, 161, "Virtual cache" }, /* icon for "Scenic Area" */
{ 86, 8217, "Multi-Cache" }, /* icon for "Stadium" */
+ { 44, 157, "Unknown Cache" }, /* icon for "Information" */
{ -1, -1, NULL },
};